Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Color Lookup Table Methods


TQAColorTableDelete

A drawing engine may define a method to dispose of color lookup table. This method is optional and must be supported only by drawing engines that support color lookup tables.

typedef void (*TQAColorTableDelete) (TQAColorTable *colorTable);
colorTable
A color lookup table.
DESCRIPTION
Your TQAColorTableDelete function is called whenever an application calls QAColorTableDelete. Your function should delete the color lookup table specified by the colorTable parameter. Any memory and other resources associated with that color lookup table should be released.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996